home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Belgian Amiga Club - ADF Collection
/
BS1 part 60.zip
/
BS1 part 60
/
Cppaint v1.2 d1.adf
/
PFM_Prefs
/
PFM_Locale
/
PFM_DiskReset
next >
Wrap
Text File
|
1993-10-19
|
1KB
|
51 lines
; Copyright (C) Cloanto (R) 1993 All Rights Reserved Reproduction Prohibited
; Reset Personal Fonts Maker Disk Name
Assign >NIL: " PFM:" EXISTS
If NOT WARN
Relabel >NIL: " PFM:" PFM
EndIf
Assign >NIL: "Copy of PFM:" EXISTS
If NOT WARN
Relabel >NIL: "Copy of PFM:" PFM
EndIf
Assign >NIL: Copy_of_PFM: EXISTS
If NOT WARN
Relabel >NIL: Copy_of_PFM: PFM
EndIf
PFM:c/Print >RAM:PFM_WriteOK ";"
Copy >NIL: RAM:PFM_WriteOK PFM:PFM_Prefs/PFM_Locale
Delete >NIL: RAM:PFM_WriteOK
If NOT EXISTS PFM:PFM_Prefs/PFM_Locale/PFM_WriteOK
PFM:c/Print "Error during Personal Fonts Maker disk configuration."
Wait 3 SECS
Skip End
EndIf
; Reset Personal Fonts Maker Installation Texts
If NOT EXISTS PFM:PFM_Prefs/PFM_Locale/PFM_InstallSub.eng
Rename PFM:PFM_Prefs/PFM_Locale/PFM_InstallSub PFM:PFM_Prefs/PFM_Locale/PFM_InstallSub.eng
EndIf
If NOT EXISTS PFM:PFM_Prefs/PFM_Locale/PFM_InstallSub.deu
Rename PFM:PFM_Prefs/PFM_Locale/PFM_InstallSub PFM:PFM_Prefs/PFM_Locale/PFM_InstallSub.deu
EndIf
If NOT EXISTS PFM:PFM_Prefs/PFM_Locale/PFM_InstallSub.ita
Rename PFM:PFM_Prefs/PFM_Locale/PFM_InstallSub PFM:PFM_Prefs/PFM_Locale/PFM_InstallSub.ita
EndIf
; Reset Personal Fonts Maker User Interface Language Preferences
PFM:c/Print > PFM:PFM_Prefs/Startup_A.set "PFM SETTINGS*N; Country and Language Dependent Settings*N"
Copy PFM:PFM_Prefs/PFM_Locale/PFM1_StartupBase.prf PFM:PFM_Prefs/StartupF1.prf
Lab End